runtime/pprof.runtimeProfile.stk (field)
3 uses
runtime/pprof (current package)
pprof.go#L863: stk []profilerecord.StackRecord
pprof.go#L867: func (p *runtimeProfile) Len() int { return len(p.stk) }
pprof.go#L868: func (p *runtimeProfile) Stack(i int) []uintptr { return p.stk[i].Stack }
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)